|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgametheory.GenerateImportanceGameTask
public class GenerateImportanceGameTask
Task to calculate equilibria to an importance game.
Constructor Summary | |
---|---|
GenerateImportanceGameTask(Game g,
int i)
Creates a new instance of GenerateImportanceGameTask |
Method Summary | |
---|---|
Game |
call()
Functionality to call Gambit and compute all the equilibria to the game. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GenerateImportanceGameTask(Game g, int i)
g
- Game to evaluate.i
- Number of the task, used for generating a temporary file to send to Gambit.Method Detail |
---|
public Game call()
call
in interface java.util.concurrent.Callable<Game>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |